sed -e '1d' $2 > $TMPDIR/comp_gpx2
compare $TMPDIR/comp_gpx1 $TMPDIR/comp_gpx2
}
+
+# Some formats are just too boring to test. The ones that
+# are xcsv include
+# garmin301
+# garmin_poi
+# gpsdrivetrack
+# nima
+# mapconverter
+# geonet
+# saplus
+# s_and_t
# Geocaching .loc
rm -f ${TMPDIR}/gl.loc
${PNAME} -i pcx -f ${TMPDIR}/mm.pcx -o gpsutil -F ${TMPDIR}/pcx.gps
compare ${TMPDIR}/mm.gps ${TMPDIR}/gu.wpt
+#
# Magellan file format
+#
${PNAME} -i magellan -f reference/magfile -o magellan -F ${TMPDIR}/magfile
compare ${TMPDIR}/magfile reference/magfile
+#
+# Magellanx is just like, but with longer names. (which this admittedly
+# doesn't actually exercise...)
+#
+${PNAME} -i magellan -f reference/magfile -o magellanx -F ${TMPDIR}/magfile2
+compare ${TMPDIR}/magfile2 reference/magfile
+
# Navitrak DNA marker format
${PNAME} -i dna -f reference/dnatest.txt -o dna -F ${TMPDIR}/dnatest.txt
compare ${TMPDIR}/dnatest.txt reference/dnatest.txt
-F ${TMPDIR}/magellan.rte
compare ${TMPDIR}/magellan.rte reference/route/magellan.rte
+
#
# GPX routes -- since GPX contains a date stamp, tests will always
# fail, so we use magellan as an interim format...